/*列表分页*/
.public_page {
	color: #ccc;
	-webkit-user-select: none;
	position: relative;
	margin: 20px 25px 10px 25px;
	padding: 20px 12px;
	margin-bottom: 20px;
	text-align: center
}

.public_page a {
	background: #fff none repeat scroll 0 0;
	color: #3d3d3d;
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #ededed;
	margin: 0 2px;
	vertical-align: middle;
}

.public_page a:hover {
	text-decoration: none;
	border: 1px solid #ff5a00;
}

.public_page span {
	margin: 0 10px;
}

.public_page span.current {
	display: inline-block;
	padding: 4px 12px;
	margin: 0 2px;
	color: white;
	background-color: #ff5a00;
	border: 1px solid #ff5a00;
	vertical-align: middle;
}

.public_page span.disabled {
	cursor: not-allowed;
	display: inline-block;
	padding: 4px 12px;
	margin: 0 2px;
	color: #ccc;
	background: white;
	border: 1px solid #ededed;
	vertical-align: middle;
}

/*资讯分页*/
.pagination {
	text-align: center;
	color: #ccc;
	-webkit-user-select: none;
}

.pagination a {
	color: #3d3d3d;
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #ededed;
	margin: 0 2px;
	vertical-align: middle;
}

.pagination a:hover {
	text-decoration: none;
	border: 1px solid #ff5a00;
}

.pagination span {
	margin: 0 10px;
}

.pagination span.current {
	display: inline-block;
	padding: 4px 12px;
	margin: 0 2px;
	color: white;
	background-color: #ff5a00;
	border: 1px solid #ff5a00;
	vertical-align: middle;
}

.pagination span.disabled {
	cursor: not-allowed;
	display: inline-block;
	padding: 4px 12px;
	margin: 0 2px;
	color: #ccc;
	background: white;
	border: 1px solid #ededed;
	vertical-align: middle;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 250px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.sidetxt2 {
   display: none;
    width: 595px;
    height: 316px;
    border: 1px solid;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    background: #ff4a00;
    color: #fff;
    font-size: 14px;
    font-family: 微软雅黑;
    z-index: 999999;
    top: 28%;
}
#publigray {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    left: 0%;
    display: none;
    z-index: 99;
}
.yb_QQ a:hover{
	color: #fff;
}